PASO 16: Combinemos todos los valores devueltos en una oración.
- Ir a y arrastre String Variable a la parte inferior de su programa.
- Cambie el nombre de la variable a sentence .
- Reemplace el valor de la cadena con la variable first_word .
- Use signos más + para concatenar (unir) second_word y third_word al valor.
To navigate the page using the TAB key, first press ESC to exit the code editor.